09. Exercise 1: Scripting for DICOM Networks

Heading

Exercise 1: Scripting for DICOM Networks

In this exercise, I invite you to write a simple code that will send some data to a DICOM endpoint. As an AI engineer, you might use code like that to send results of your algorithm to a PACS system.

Udacity Workspace Note: This exercise requires you to interact with a command line prompt and that is provided by the workspace. You should also be able to access the virtual desktop via the blue “Go To Desktop” button. This will allow you to launch Slicer and look at some of the images.

Code

If you need a code on the https://github.com/udacity.

  • userCode:

    /root/miniconda3/bin/conda init bash > /dev/null
    grep -qxF "conda activate medai" /root/.bashrc || echo "conda activate medai" >> /root/.bashrc

  • Exercise 1: Scripting Solution/Summary

    You can find the solution for the Exercise 1: Scripting for DICOM Networks here.

    Note the method that I used to select the correct series. As we’ve discussed there isn’t really a one 100% reliable one.